From 0cb3d796a1b3dbf41f657b56a232aa8b4138c126 Mon Sep 17 00:00:00 2001 From: Leopold Palomo-Avellaneda Date: Wed, 8 Oct 2014 23:41:16 +0200 Subject: [PATCH] Added libjs-jquery dependency to calm lintian --- debian/control | 2 +- debian/rules | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 67fc1098..f707a378 100644 --- a/debian/control +++ b/debian/control @@ -400,7 +400,7 @@ Description: Point Cloud Library - point cloud processing tools Package: libpcl-doc Architecture: all Section: doc -Depends: ${misc:Depends} +Depends: ${misc:Depends}, libjs-jquery Multi-Arch: foreign Description: Point Cloud Library - documentation The Point Cloud Library (PCL) is a standalone, large scale, open diff --git a/debian/rules b/debian/rules index 186e8abd..02e9290e 100755 --- a/debian/rules +++ b/debian/rules @@ -62,7 +62,9 @@ override_dh_install: cmd="dh_link -p pcl-tools usr/share/man/man1/pcl_pointclouds.1 usr/share/man/man1/$$i.1"; \ echo $$cmd; $$cmd; \ done - + + rm -rf debian/tmp/usr/share/doc/libpcl-doc/html/jquery.js + dh_link -p libpcl-doc usr/share/javascript/jquery/jquery.js usr/share/doc/libpcl-doc/html/jquery.js dh_install --list-missing override_dh_strip: -- 2.30.2